Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#8)
Browse files Browse the repository at this point in the history
Category: none
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent ee89e97 commit a31ab82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Create GitHub release
uses: docker://antonyurchenko/git-release:v4
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Playwright
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit a31ab82

Please sign in to comment.