Skip to content

Commit 57d36e0

Browse files
madebricculus
authored andcommitted
ci: bump actions/checkout tag
1 parent cf07457 commit 57d36e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: contains(matrix.platform.name, 'MinGW')
2424
run: choco install ninja
2525
- name: Get PhysicsFS sources
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727
- name: Configure CMake
2828
run: cmake -B build ${{ matrix.platform.flags }}
2929
- name: Build

.github/workflows/os2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
os2:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- uses: open-watcom/setup-watcom@v0
1111
- name: Build physfs.dll
1212
run: |

0 commit comments

Comments
 (0)