Skip to content

Commit e168b34

Browse files
Bump julia-actions/setup-julia
Bumps the all-github-actions group with 1 update in the / directory: [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia). Updates `julia-actions/setup-julia` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](f6f565d...fa02766) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c806303 commit e168b34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
### Clean (not cleanall!):
7272
- run: make clean
7373
### Make sure there are no uncommited changes
74-
- uses: julia-actions/setup-julia@f6f565d9f7cf12f53dc8045742460d6260ad3b39 # v3.0.1
74+
- uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3.0.2
7575
with:
7676
version: '1'
7777
- run: git --no-pager status
@@ -214,7 +214,7 @@ jobs:
214214
# - run: npm install --package-lock-only
215215
- run: npm install
216216
### Make sure there are no uncommited changes
217-
- uses: julia-actions/setup-julia@f6f565d9f7cf12f53dc8045742460d6260ad3b39 # v3.0.1
217+
- uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3.0.2
218218
with:
219219
version: '1'
220220
- run: git --no-pager status

0 commit comments

Comments
 (0)