Skip to content

Commit 0d3d1db

Browse files
renovate[bot]webbnh
authored andcommitted
Update actions/checkout digest to b4ffde6
1 parent 3a5698f commit 0d3d1db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
18+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:

.github/workflows/container_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
31+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3232

3333
- name: Log in to the Container registry
3434
uses: docker/login-action@v3

0 commit comments

Comments
 (0)