Skip to content

Commit

Permalink
Merge pull request #7 from itspngu/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
itspngu committed Mar 5, 2022
2 parents 99b4cdf + 12ce3f3 commit 10a1672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
environment: cloudflare-deploy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
Expand Down

0 comments on commit 10a1672

Please sign in to comment.