Skip to content

Commit 486bf89

Browse files
authored
Merge pull request #10 from gitops-tools/dependabot/github_actions/actions/checkout-4.1.2
Bump actions/checkout from 4.1.1 to 4.1.2
2 parents 520147c + 99ce7b3 commit 486bf89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: git config --global url."https://${GITHUB_BUILD_USERNAME}:${GITHUB_BUILD_TOKEN}@github.com".insteadOf "https://github.com"
3333

3434
- name: Checkout
35-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
3636

3737
- name: Setup
3838
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
@@ -52,7 +52,7 @@ jobs:
5252
contents: read # for actions/checkout to fetch code
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
55+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
5656
with:
5757
fetch-depth: 0 # for git describe
5858
ref: ${{ github.event.pull_request.head.sha || github.sha }}
@@ -77,7 +77,7 @@ jobs:
7777
packages: write
7878
steps:
7979
- name: Checkout
80-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
80+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
8181
with:
8282
fetch-depth: 0 # for git describe
8383
ref: ${{ github.event.pull_request.head.sha || github.sha }}
@@ -123,7 +123,7 @@ jobs:
123123
contents: read # for actions/checkout to fetch code
124124
steps:
125125
- name: Checkout
126-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
126+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
127127
with:
128128
fetch-depth: 0 # for git describe
129129
ref: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)