Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent bbdc4a5 commit fd96ec4
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 @@ -9,7 +9,7 @@ jobs:
name: Update latest major git tag
runs-on: ubuntu-20.04
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 @@ -17,7 +17,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 @@ -28,7 +28,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 @@ -52,7 +52,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 @@ -84,7 +84,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 @@ -102,7 +102,7 @@ jobs:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
version: [3.0.0, 2.7.7, latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit fd96ec4

Please sign in to comment.