Skip to content

Commit 802b11e

Browse files
authored
Merge pull request #157 from research-software-collaborations/dependabot/github_actions/actions-6a14be197d
Bump the actions group across 1 directory with 2 updates
2 parents 75e9caa + a0836b3 commit 802b11e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check_projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: checkout repo content
13-
uses: actions/checkout@v4 # checkout the repository content
13+
uses: actions/checkout@v5 # checkout the repository content
1414

1515
- name: setup python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.x" # install the python version needed
1919

.github/workflows/submodule-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Checkout the code base #
2727
##########################
2828
- name: Checkout Code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
####################################
3232
# Run the action against code base #

.github/workflows/yaml_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
validate-yaml:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Validate YAML file
1515
run: yamllint -c _scripts/yaml_lint.rules projects/.

0 commit comments

Comments
 (0)