Skip to content

Commit

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

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
xt0rted authored Mar 13, 2024
2 parents 4d79349 + b615609 commit f4ccd4c
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 @@ -34,7 +34,7 @@ jobs:

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

- 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].1
uses: actions/[email protected].2

- 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 @@ -26,7 +26,7 @@ jobs:
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

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

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

0 comments on commit f4ccd4c

Please sign in to comment.