Skip to content

Commit e381f83

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2 (#374)
1 parent dbb3faa commit e381f83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/github-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- uses: actions/[email protected].1
15+
- uses: actions/[email protected].2
1616

1717
- name: Use Node.js LTS 20.11.0
1818
uses: actions/[email protected]
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141
steps:
4242

43-
- uses: actions/[email protected].1
43+
- uses: actions/[email protected].2
4444

4545
- name: Use Node.js ${{ matrix.node-version }}
4646
uses: actions/[email protected]

.github/workflows/reuse-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
name: Compliance Check
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].1
14+
- uses: actions/[email protected].2
1515
- name: Execute REUSE Compliance Check
1616
uses: fsfe/reuse-action@v4

0 commit comments

Comments
 (0)