Skip to content

Commit 25fcd78

Browse files
authored
Update GHA actions to current versions (#251)
Automated batch commit by webfactory tooling
1 parent e838748 commit 25fcd78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [ ubuntu-latest, macOS-latest, windows-latest ]
99
runs-on: ${{ matrix.os }}
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Setup key
1313
uses: ./
1414
with:
@@ -28,7 +28,7 @@ jobs:
2828
container:
2929
image: ubuntu:latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
- run: apt update && apt install -y openssh-client git
3333
- name: Setup key
3434
uses: ./

0 commit comments

Comments
 (0)