Skip to content

Commit b31fdb8

Browse files
authored
Merge pull request #36 from hackthackathon/dependabot/github_actions/actions-3cfc3b3ac3
Bump the actions group across 1 directory with 2 updates
2 parents 3246c00 + deedc4a commit b31fdb8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/create-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.ref == 'refs/heads/main'
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Set up Python 3.10
2323
uses: actions/setup-python@v6
2424
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
url: ${{ steps.deployment.outputs.page_url }}
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v5
3333
- uses: actions/setup-node@v6

.github/workflows/gha-pr-add-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check Out Repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Setup Micromamba ${{ matrix.python-version }}
2020
uses: mamba-org/setup-micromamba@v2
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash -l {0}
2828
run: python scripts/generate_pr_from_issue.py
2929
- name: Create Pull Request
30-
uses: peter-evans/create-pull-request@v7
30+
uses: peter-evans/create-pull-request@v8
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
commit-message: "Create new project page via GitHub Actions"

.github/workflows/pull-from-cookiecutter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
checkout:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Install cookiecutter
1717
run: python -m pip install --user cookiecutter
1818
- name: Build Template
1919
run: cookiecutter gh:hackthackathon/hackathon-template-cookiecutter --output-dir .. --config-file .cookiecutter.json --no-input --overwrite-if-exists
2020
- name: Create Pull Request
2121
if: github.ref == 'refs/heads/main'
2222
id: cpr
23-
uses: peter-evans/create-pull-request@v8.1.0
23+
uses: peter-evans/create-pull-request@v8
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
commit-message: "Latest data: ${{ env.NOW }}"

0 commit comments

Comments
 (0)