Skip to content

Commit 482931b

Browse files
chore(deps): update actions/checkout action to v4
1 parent 0128035 commit 482931b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/zsh-n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix: ${{ steps.set-matrix.outputs.matrix }}
2323
steps:
2424
- name: ⤵️ Check out code from GitHub
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: "⚡ Set matrix output"
2727
id: set-matrix
2828
run: |
@@ -37,7 +37,7 @@ jobs:
3737
matrix: ${{ fromJSON(needs.zsh-matrix.outputs.matrix) }}
3838
steps:
3939
- name: ⤵️ Check out code from GitHub
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
- name: "⚡ Install dependencies"
4242
run: sudo apt update && sudo apt-get install -yq zsh
4343
- name: "⚡ zsh -n: ${{ matrix.file }}"

.github/workflows/zunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🧪 Mac ZUnit CI
1313
runs-on: macos-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: 📚 Molovo zunit
1717
run: |
1818
mkdir bin
@@ -39,7 +39,7 @@ jobs:
3939
matrix:
4040
os: [ubuntu-latest]
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- name: ℹ️ Setup linux dependencies
4444
run: |
4545
sudo apt update

0 commit comments

Comments
 (0)