Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.1 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamy-CS authored Oct 8, 2024
2 parents c627020 + 426d0a0 commit 4a66e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
EOF
- name: Check out repository code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Install Golang
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
EOF
- name: Check out repository code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Log in to GHCR.io
uses: docker/[email protected]
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
EOF
- name: Check out repository code
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Log in to GHCR.io
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 4a66e2a

Please sign in to comment.