Skip to content

Commit 2af773c

Browse files
authored
Update actions/checkout to v6 (#74)
* Update remove-icons-manually.yml * Update sync-with-AM.yml
1 parent 9ddfb78 commit 2af773c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/remove-icons-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: "Checkout source repository"
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: "Remove unneeded icons"
2525
run: |

.github/workflows/sync-with-AM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: "Checkout source repository"
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: "Update lists"
2525
run: |

0 commit comments

Comments
 (0)