We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 544009d + 029b558 commit 7c2fa16Copy full SHA for 7c2fa16
.github/workflows/ccpp.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
12
- name: apt-update
13
run: sudo apt-get update -qq
14
- name: apt get glfw
.github/workflows/create-tag.yml
@@ -9,7 +9,7 @@ jobs:
build:
- - uses: actions/checkout@v2
- uses: butlerlogic/action-autotag@stable
with:
15
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments