Skip to content

Commit 7c2fa16

Browse files
authored
Merge pull request #596 from waywardmonkeys/ci-update-checkout-action
ci: Update to `actions/checkout@v4`.
2 parents 544009d + 029b558 commit 7c2fa16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ccpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- name: apt-update
1313
run: sudo apt-get update -qq
1414
- name: apt get glfw

.github/workflows/create-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- uses: butlerlogic/action-autotag@stable
1414
with:
1515
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)