Skip to content

Commit 540d6e0

Browse files
dependabot[bot]rami3l
authored andcommitted
chore(deps): 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 88949c4 commit 540d6e0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [macos-latest, ubuntu-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- if: startsWith(${{ matrix.os }}, "ubuntu")
2020
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
2121
- name: Test install
@@ -29,7 +29,7 @@ jobs:
2929
os: [macos-latest, ubuntu-latest]
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
- if: startsWith(${{ matrix.os }}, "ubuntu")
3434
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
3535
- name: Test install
@@ -44,7 +44,7 @@ jobs:
4444
os: [macos-latest, ubuntu-latest]
4545
runs-on: ${{ matrix.os }}
4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848
- if: startsWith(${{ matrix.os }}, "ubuntu")
4949
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
5050
- name: Test install
@@ -58,7 +58,7 @@ jobs:
5858
os: [macos-latest, ubuntu-latest]
5959
runs-on: ${{ matrix.os }}
6060
steps:
61-
- uses: actions/checkout@v6
61+
- uses: actions/checkout@v7
6262
- if: startsWith(${{ matrix.os }}, "ubuntu")
6363
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
6464
- name: Test install
@@ -69,7 +69,7 @@ jobs:
6969
clavy:
7070
runs-on: macos-latest
7171
steps:
72-
- uses: actions/checkout@v6
72+
- uses: actions/checkout@v7
7373
- name: Test install
7474
run: |
7575
HOMEBREW_DEVELOPER=1 brew install Formula/clavy.rb
@@ -78,7 +78,7 @@ jobs:
7878
clavy-head:
7979
runs-on: macos-latest
8080
steps:
81-
- uses: actions/checkout@v6
81+
- uses: actions/checkout@v7
8282
- name: Test install
8383
run: |
8484
brew update
@@ -88,7 +88,7 @@ jobs:
8888
ouverture:
8989
runs-on: macos-latest
9090
steps:
91-
- uses: actions/checkout@v6
91+
- uses: actions/checkout@v7
9292
- name: Test install
9393
run: |
9494
HOMEBREW_DEVELOPER=1 brew install Formula/ouverture.rb
@@ -97,7 +97,7 @@ jobs:
9797
casks:
9898
runs-on: macos-latest
9999
steps:
100-
- uses: actions/checkout@v6
100+
- uses: actions/checkout@v7
101101
- name: Test install
102102
run: |
103103
HOMEBREW_DEVELOPER=1 brew install Casks/*.rb

0 commit comments

Comments
 (0)