Skip to content

Commit 2de4d00

Browse files
committed
Update workflows
1 parent b3d249f commit 2de4d00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
clang-format:
77
runs-on: ubuntu-22.04
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v6
1010
- name: clang-format
1111
run: |
1212
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include
1313
build-lib:
1414
runs-on: ubuntu-22.04
1515
needs: clang-format
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v6
1818
- name: build lib
1919
run: |
2020
docker build . -t tmp

.github/workflows/push_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v6
2121
- name: Extract Docker metadata
2222
id: meta
2323
uses: docker/metadata-action@v4

0 commit comments

Comments
 (0)