Skip to content

Commit

Permalink
Merge pull request #31 from dappforce/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

dependabot: bump actions/checkout from 2 to 3
  • Loading branch information
omidasadpour authored Aug 22, 2023
2 parents 7557747 + 97e1447 commit 6de95d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-build-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 6de95d2

Please sign in to comment.