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

Commit 83a546b

Browse files
Merge pull request #25 from open-AIMS/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e4c5886 + a8101e8 commit 83a546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
# Step 1: Checkout the repository code
3939
- name: Checkout repository
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141

4242
# Step 2: Extract the version number from the release tag
4343
# This removes the 'v' prefix from the tag (e.g., 'v1.2.3' becomes '1.2.3')

0 commit comments

Comments
 (0)