Skip to content

Commit d9619a1

Browse files
authored
Lint fix restore.yml
1 parent d4c2952 commit d9619a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/restore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
build:
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
with:
5656
repository: github/backup-utils-private
5757
ref: ${{ inputs.ref }}
@@ -69,7 +69,7 @@ jobs:
6969
needs: build
7070
runs-on:
7171
group: larger-hosted-public-runners
72-
labels: ubuntu-latest-xl
72+
labels: ubuntu-latest
7373
env:
7474
SSH_KEY: ${{ secrets.BACKUP_SSH_KEY }}
7575
steps:

0 commit comments

Comments
 (0)