Skip to content

Commit 41b30b2

Browse files
authored
Merge pull request #560 from github/dependabot/github_actions/actions/checkout-4
2 parents 0aa36fd + b82a5b9 commit 41b30b2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/backup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: backup-utils
7272
- name: Load docker container
7373
run: docker load -i backup-utils.tar
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v4
7575
- name: Create backup directory
7676
run: mkdir "$HOME/ghe-backup-data"
7777
- name: set up ssh SSH_KEY

.github/workflows/backuprestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: backup-utils
5050
- name: Load docker container
5151
run: docker load -i backup-utils.tar
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
- name: Create backup directory
5454
run: mkdir "$HOME"/ghe-backup-data
5555
- name: set up ssh SSH_KEY

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- enterprise2-backup-utils-binary-backup
2828
- enterprise2-backup-utils-migration
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 1
3333
- name: Queue ${{ matrix.jankyJobName }} build
@@ -50,7 +50,7 @@ jobs:
5050
- enterprise2-backup-utils-cluster-binary-backup
5151
- enterprise2-backup-utils-cluster-migration
5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
with:
5555
fetch-depth: 1
5656
- name: Queue ${{ matrix.jankyJobName }} build

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
# Full git history is needed to get a proper list of changed files within `super-linter`
1717
fetch-depth: 0

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
tar --xz -xvf "shellcheck-stable.linux.x86_64.tar.xz"
1919
sudo cp shellcheck-stable/shellcheck /usr/bin/shellcheck
2020
- name: Get Sources
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Test
2323
run: |
2424
export PATH="$PATH:/snap/bin"

.github/workflows/rsync-docker-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Get latest rsync tag
1717
id: latest_tag

0 commit comments

Comments
 (0)