Skip to content

Commit d609807

Browse files
committed
Update github actions version
1 parent 929bdb2 commit d609807

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_metal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: write
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Check for v3 codebase
1616
run: |
@@ -27,7 +27,7 @@ jobs:
2727
brew install cmake
2828
2929
- name: Install Python
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: '3.12'
3333

0 commit comments

Comments
 (0)