Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.7 to 4.2.0 (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-iyer authored Sep 26, 2024
2 parents 18939f6 + df7b86d commit e406c4f
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- 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/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- 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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Log in to GHCR.io
uses: docker/[email protected]
with:
Expand Down

0 comments on commit e406c4f

Please sign in to comment.