Skip to content

Commit ce5a2f6

Browse files
authored
Bump actions/checkout to v4 (#170)
1 parent 6c21511 commit ce5a2f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/add-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out source code
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v4
1111
- name: Synchronize labels
1212
uses: julb/action-manage-label@v1
1313
with:
1414
from: .github/config/labels.yml
1515
skip_delete: true
1616
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
creds: ${{ secrets.AZURE_CREDENTIALS }}
8080

8181
- name: Checkout
82-
uses: actions/checkout@v1
82+
uses: actions/checkout@v4
8383

8484
- name: Azure CLI script file
8585
uses: azure/cli@v2

0 commit comments

Comments
 (0)