Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 5b4a43e commit 785df9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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-20.04
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: gacts/github-slug@v1
id: slug
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Gitleaks
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: { fetch-depth: 0 }

- name: Check for GitLeaks
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-20.04
env: { FORCE_COLOR: 'true' }
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with: { node-version: '16' }
Expand All @@ -48,7 +48,7 @@ jobs:
dist-changed: ${{ steps.state.outputs.changed }}
env: { FORCE_COLOR: 'true' }
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with: { node-version: '16' }
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
with: { name: dist, path: ./dist/ }
Expand All @@ -93,7 +93,7 @@ jobs:
name: Run action
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run this action
uses: ./
Expand Down

0 comments on commit 785df9b

Please sign in to comment.