Skip to content

Commit ec1fa96

Browse files
authored
Merge pull request #2 from Andy4495/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3db09a1 + 3564e20 commit ec1fa96

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: install cloc
2020
run: |
2121
git clone https://github.com/AlDanial/cloc.git

.github/workflows/TestDisassembler.yml

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

2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: Setup emulator and assembler
3232
run: |
3333
make

.github/workflows/TestOpcodes.yml

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

2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: Setup emulator and assembler
3232
run: |
3333
make

0 commit comments

Comments
 (0)