Skip to content

Commit 8898274

Browse files
dependabot[bot]matz3
authored andcommitted
Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32a3545 commit 8898274

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.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.2.0
20+
uses: actions/checkout@v3.3.0
2121

2222
# Initializes the CodeQL tools for scanning.
2323
- name: Initialize CodeQL

.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/checkout@v3.2.0
15+
- uses: actions/checkout@v3.3.0
1616

1717
- name: Use Node.js LTS 14.x
1818
uses: actions/setup-node@v3.6.0
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ${{ matrix.os }}
4848
steps:
4949

50-
- uses: actions/checkout@v3.2.0
50+
- uses: actions/checkout@v3.3.0
5151

5252
- name: Use Node.js ${{ matrix.node-version }}
5353
uses: actions/setup-node@v3.6.0

.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/checkout@v3.2.0
14+
- uses: actions/checkout@v3.3.0
1515
- name: Execute REUSE Compliance Check
1616
uses: fsfe/reuse-action@v1.1

0 commit comments

Comments
 (0)