Skip to content

Commit 0bc34bd

Browse files
authored
Merge pull request #130 from chrisgavin/dependabot/github_actions/actions/checkout-4.1.2
Bump actions/checkout from 4.1.1 to 4.1.2
2 parents a25689c + 2c10df0 commit 0bc34bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1818
- name: Setup Go
1919
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2020
with:
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-20.04
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
33+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
3434
- name: Setup Go
3535
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
3636
with:
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-20.04
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
46+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
4747
- name: Setup Go
4848
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
4949
with:

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
16+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1717
- name: Initialize CodeQL
1818
uses: github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571
1919
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
14+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1515
with:
1616
fetch-depth: 0
1717
- name: Setup Go

0 commit comments

Comments
 (0)