Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.4 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-iyer committed Apr 25, 2024
2 parents 0c392db + f204550 commit 4a6b698
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.3
uses: actions/checkout@v4.1.4

- name: Install Golang
uses: actions/setup-go@v5.0.0
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.3
uses: actions/checkout@v4.1.4

- 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.3
uses: actions/checkout@v4.1.4
- name: Log in to GHCR.io
uses: docker/login-action@v3.1.0
with:
Expand Down

0 comments on commit 4a6b698

Please sign in to comment.