Skip to content

Commit bac8d4a

Browse files
Merge pull request #159 from astropy/dependabot/github_actions/dot-github/workflows/actions-e787cfcb1f
2 parents 34acd0a + 1e73077 commit bac8d4a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check base branch
19-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
19+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2020
if: github.event_name == 'pull_request'
2121
with:
2222
script: |
@@ -42,7 +42,7 @@ jobs:
4242
- name: Checkout code
4343
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
- name: Set up Python
45-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
45+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4646
with:
4747
python-version: '3.x'
4848
- name: Install Python dependencies

.github/workflows/open_actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Label PR
13-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
13+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
1414
with:
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1616
- name: 'Comment Draft PR'
17-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
17+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1818
if: github.event.pull_request.draft == true
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)