Skip to content

Commit

Permalink
Merge pull request #358 from PlayForm/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
2 parents c5bcfc1 + d747ca1 commit 64a77bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: pnpm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
toolchain: ["stable", "nightly"]

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: actions-rs/[email protected]
with:
Expand Down

0 comments on commit 64a77bc

Please sign in to comment.