Skip to content

Commit

Permalink
Merge pull request #126 from scality/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

github-actions(deps): bump actions/checkout from 2 to 4
  • Loading branch information
MartinS926 authored Sep 20, 2023
2 parents dddf76f + bc9642a commit e8de60d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: create fake version file
run: |
echo "VERSION=1.2.3" > VERSION
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crons-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./action-crons
with:
event_schedule: 'now'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./actions-docker-upload
with:
name: 'test'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssh-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.name }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ssh
uses: ./action-ssh-to-runner
with:
Expand Down

0 comments on commit e8de60d

Please sign in to comment.