Skip to content

Commit

Permalink
Merge pull request #207 from xt0rted/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.6

Bump actions/checkout from 4.1.2 to 4.1.6
  • Loading branch information
xt0rted authored May 23, 2024
2 parents a3ff9ad + 50a9340 commit 306744a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].2
uses: actions/[email protected].6

- name: Set up Node.js
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].2
uses: actions/[email protected].6

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Check out repository
uses: actions/[email protected].2
uses: actions/[email protected].6

- name: Set up Node.js
uses: actions/[email protected]
Expand Down

0 comments on commit 306744a

Please sign in to comment.