Skip to content

Commit

Permalink
Merge pull request #1 from gibify/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
thegibi committed Sep 28, 2023
2 parents a72b093 + 579656e commit ef5c83d
Showing 1 changed file with 1 addition and 1 deletion.
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:
with:
access_token: ${{ github.token }}
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set node version
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ef5c83d

Please sign in to comment.