Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Nov 24, 2024
1 parent 0514e6e commit 394de8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: deps
run: sudo apt-get install gettext libsidplayfp-dev libstilview-dev libmpg123-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: bootstrap
run: autoreconf -vfi
- name: configure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: deps
run: sudo apt-get install gettext libsidplayfp-dev libstilview-dev libmpg123-dev
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: deps
run: sudo apt-get install gettext libsidplayfp-dev libstilview-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: bootstrap
Expand Down

0 comments on commit 394de8c

Please sign in to comment.