Skip to content

Commit

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

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
xt0rted authored Nov 14, 2024
2 parents 4af49be + 5acb4c8 commit 6779668
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.2.1
uses: actions/checkout@v4.2.2

- name: Set up Node.js ${{ matrix.node }}
uses: actions/setup-node@v4.1.0
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.2.1
uses: actions/checkout@v4.2.2

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

0 comments on commit 6779668

Please # to comment.