Skip to content

Commit ae5ec5f

Browse files
authored
Merge pull request #408 from astropy/dependabot/github_actions/dot-github/workflows/actions-c943aa0e73
Bump the actions group across 1 directory with 4 updates
2 parents 145dca3 + eab0bd9 commit ae5ec5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout code
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
with:
4242
fetch-depth: 0
4343

@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Cache
6464
id: cache
65-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
65+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
6666
with:
6767
path: |
6868
notebooks/*.fit*.bz2
@@ -92,7 +92,7 @@ jobs:
9292
jb build .
9393
9494
- name: Upload HTML
95-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9696
with:
9797
name: rendered-book-sha-${{ github.sha }}
9898
path: |
@@ -111,7 +111,7 @@ jobs:
111111
echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_ENV
112112
113113
- name: Download artifact
114-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
114+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
115115
with:
116116
name: rendered-book-sha-${{ github.sha }}
117117
path: dev

0 commit comments

Comments
 (0)