Skip to content

Commit ffc036d

Browse files
Merge pull request #95 from mitre/dependabot/github_actions/actions/checkout-4.1.6
2 parents f76f112 + 9477462 commit ffc036d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-publish-image-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/[email protected].5
16+
- uses: actions/[email protected].6
1717

1818
- name: Build and publish latest Docker image
1919
uses: VaultVulp/[email protected]

.github/workflows/build-and-publish-image-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/[email protected].5
16+
- uses: actions/[email protected].6
1717

1818
- name: Build and publish tagged Docker image
1919
uses: VaultVulp/[email protected]

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ["3.8", "3.9", "3.10", "3.11"]
1717

1818
steps:
19-
- uses: actions/[email protected].5
19+
- uses: actions/[email protected].6
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v5
2222
with:

0 commit comments

Comments
 (0)