This brings changes to keep up with the GitHub Actions internals (among other changes). This will remove some of the deprecation warnings in the GitHub Actions UI.
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
- name: apt-update
run: sudo apt-get update -qq
- name: apt get glfw
@@ -9,7 +9,7 @@ jobs:
build:
- - uses: actions/checkout@v2
- uses: butlerlogic/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"