Skip to content

Commit 4afd53b

Browse files
dependabot[bot]jbeder
authored andcommitted
Bump the github-actions group with 1 update
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96f5c88 commit 4afd53b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
packages: googletest libgmock-dev libgtest-dev
4848
version: 1.0
4949

50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151

5252
- name: Configure
5353
run: |
@@ -105,7 +105,7 @@ jobs:
105105
os: [ubuntu-latest, windows-latest, macos-latest]
106106
runs-on: ${{ matrix.os }}
107107
steps:
108-
- uses: actions/checkout@v3
108+
- uses: actions/checkout@v4
109109

110110
- name: Build
111111
run: |
@@ -123,7 +123,7 @@ jobs:
123123
os: [ubuntu-latest, windows-latest, macos-latest]
124124
runs-on: ${{ matrix.os }}
125125
steps:
126-
- uses: actions/checkout@v2
126+
- uses: actions/checkout@v4
127127

128128
- name: Build
129129
shell: bash

.github/workflows/bzlmod-archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1616
- run: git archive $GITHUB_REF -o "yaml-cpp-${GITHUB_REF:10}.tar.gz"
1717
- run: gh release upload ${GITHUB_REF:10} "yaml-cpp-${GITHUB_REF:10}.tar.gz"
1818
env:

0 commit comments

Comments
 (0)