Skip to content

Commit b86ad8b

Browse files
authored
Merge pull request #132 from markusressel/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents e5530cc + 2c051cc commit b86ad8b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/arch-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout the repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616

1717
- name: Clone AUR repo
1818
run: git clone ssh://aur@aur.archlinux.org/zfs-file-history-git.git

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
- name: Annotate locations with typos
2323
uses: codespell-project/codespell-problem-matcher@v1
2424
- name: Codespell

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
image: ixsystems/zfs:latest
1717
steps:
1818
- name: Checkout the repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020

2121
- name: Set safe directory for git
2222
run: |
@@ -104,7 +104,7 @@ jobs:
104104
sudo apt-get install -y ${{ matrix.cross_pkg }} ${{ matrix.zfs_pkg }}
105105
106106
- name: Checkout the repository
107-
uses: actions/checkout@v6
107+
uses: actions/checkout@v7
108108

109109
- uses: actions/setup-go@v6
110110
with:

0 commit comments

Comments
 (0)