Skip to content

Commit

Permalink
Merge pull request #865 from open-AIMS/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
arlowhite authored Oct 3, 2024
2 parents 3c23f33 + 35c7802 commit bf9c98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishDockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
# Step 1: Checkout the repository code
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit bf9c98d

Please sign in to comment.