Skip to content

Commit a3a1483

Browse files
dependabot[bot]alexrp
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] <[email protected]>
1 parent 04e3dcc commit a3a1483

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Clone repository
21-
uses: actions/checkout@v3.2.0
21+
uses: actions/checkout@v3.3.0
2222
with:
2323
fetch-depth: 0
2424
submodules: recursive

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Clone repository
20-
uses: actions/checkout@v3.2.0
20+
uses: actions/checkout@v3.3.0
2121
with:
2222
fetch-depth: 0
2323
submodules: recursive

0 commit comments

Comments
 (0)