Skip to content

Commit 30a6e67

Browse files
authored
Merge pull request #183 from advanced-security/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 7e3b09a + 5f08efa commit 30a6e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo rm -rf /usr/local/.ghcup
2929
3030
- name: Fetch Sources
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232

3333
- name: Setup Java
3434
uses: actions/setup-java@v5
@@ -108,7 +108,7 @@ jobs:
108108
sudo apt-get clean || echo "::warning::The command [sudo apt-get clean] failed to complete successfully. Proceeding..."
109109
110110
- name: Fetch Sources
111-
uses: actions/checkout@v4
111+
uses: actions/checkout@v6
112112

113113
- name: Setup Java
114114
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)