Skip to content

Commit f26d0cf

Browse files
authored
Merge pull request #48 from RobBrazier/renovate/github-actions
chore(deps): update github actions (minor)
2 parents fc943aa + 0d3c107 commit f26d0cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
- name: Install tools from mise
19-
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
19+
uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
2020

2121
- name: Install calibre dependencies
2222
run: sudo apt-get install -y libegl1 libopengl0 libxcb-cursor0
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Upload test results to Codecov
3939
if: ${{ !cancelled() }}
40-
uses: codecov/test-results-action@5c441a7bcc06f8706cde90192857d337c5dab8a6 # v1.0.4
40+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343

@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0
5252

5353
- name: Install tools from mise
54-
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
54+
uses: jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
5555

5656
- name: Install the project
5757
run: task install
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
fetch-depth: 0
8080

81-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
81+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
8282
with:
8383
name: built-plugins
8484

0 commit comments

Comments
 (0)