Skip to content

Commit

Permalink
Merge pull request #232 from rezstream/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.2.1

Bump actions/checkout from 4.1.7 to 4.2.1
  • Loading branch information
xt0rted authored Oct 21, 2024
2 parents 1c40b79 + 5d44389 commit 102a76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1

- name: Set up Node.js ${{ matrix.node }}
uses: actions/setup-node@v4.0.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Check out repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1

- name: Set up Node.js
uses: actions/setup-node@v4.0.4
Expand Down

0 comments on commit 102a76d

Please # to comment.