Skip to content

Commit

Permalink
Updating actions/checkout to version 4 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogenesAnalytics committed Mar 18, 2024
1 parent 319537c commit 3e02d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Convert repository name to lowercase
id: lowercase_repo_name
Expand Down

0 comments on commit 3e02d8f

Please sign in to comment.