Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.5 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-iyer authored May 7, 2024
2 parents 83e1247 + 4a53617 commit 17a9420
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.4
uses: actions/checkout@v4.1.5

- name: Install Golang
uses: actions/setup-go@v5.0.1
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.4
uses: actions/checkout@v4.1.5

- name: Log in to GHCR.io
uses: docker/login-action@v3.1.0
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
EOF
- name: Check out repository code
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
- name: Log in to GHCR.io
uses: docker/login-action@v3.1.0
with:
Expand Down

0 comments on commit 17a9420

Please sign in to comment.