Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 06033b2

Browse files
authored
Use actions/checkout@v4 (#24)
1 parent 173d80e commit 06033b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
rgbds: ['', '--HEAD']
1313
runs-on: macos-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Install RGBDS
1717
run: |
1818
brew install ${{ matrix.rgbds }} rgbds

0 commit comments

Comments
 (0)