Skip to content

Commit 4bf7b3d

Browse files
authored
Merge pull request #1 from metacraft-labs/dependabot/github_actions/github-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the github-actions group
2 parents be476f9 + e46d84f commit 4bf7b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
image: gentoo/stage3:desktop # Pulls the Gentoo image from Docker Hub
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Synchronise repo and install essentials

0 commit comments

Comments
 (0)