Skip to content

Commit

Permalink
fix(deps): update github-actions minor/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Oct 30, 2024
1 parent c6c4c88 commit e5e783b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
# renovate: datasource=github-tags depName=python/cpython
PYTHON_VERSION: 3.12.3
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Expand All @@ -21,7 +21,7 @@ jobs:
outputs:
value: ${{ steps.get-value.outputs.value }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- id: get-value
name: Run this action
uses: ./
Expand All @@ -47,7 +47,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run `semantic-release`
uses: codfish/semantic-release-action@9a999e0cdb207de2c9d9d4276860435727818989 # v3.4.1
id: sem-rel
Expand Down

0 comments on commit e5e783b

Please sign in to comment.