Skip to content

Commit 76cb77f

Browse files
dependabot[bot]cakebaker
authored andcommitted
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2405626 commit 76cb77f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gnu-data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repo
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@v6
@@ -42,10 +42,10 @@ jobs:
4242
sudo apt-get install jq python3-pandas python3-matplotlib python3-seaborn fonts-dejavu-core
4343
4444
- name: Checkout repo
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646

4747
- name: Checkout uutils/coreutils for unsafe counting
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949
with:
5050
repository: uutils/coreutils
5151
path: uutils-coreutils

0 commit comments

Comments
 (0)