Skip to content

Commit 1a19570

Browse files
chore(deps): update actions/checkout action to v4.2.2
1 parent ee10616 commit 1a19570

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/[email protected].1
16+
uses: actions/[email protected].2
1717

1818
- name: Install qemu dependency
1919
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository and submodules
13-
uses: actions/[email protected].1
13+
uses: actions/[email protected].2
1414
- uses: actions-rs/toolchain@v1
1515
with:
1616
toolchain: stable

0 commit comments

Comments
 (0)