Skip to content

Commit

Permalink
Update to latest version of checkout action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Mar 10, 2024
1 parent b2f341b commit c05d0ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: configure
run: |
LDFLAGS="$CFLAGS" ./autogen.sh \
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
-fno-sanitize=shift-base"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update
Expand All @@ -65,7 +65,7 @@ jobs:
msystem: MINGW32
update: true
install: base-devel git autoconf automake libtool groff zip dos2unix mingw-w64-i686-gcc
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Find Git version
id: version
run: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
msystem: MINGW64
update: true
install: base-devel git autoconf automake libtool groff zip dos2unix mingw-w64-x86_64-gcc
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Find Git version
id: version
run: |
Expand Down

0 comments on commit c05d0ae

Please sign in to comment.