Skip to content

Commit

Permalink
Upgrade actions/checkout to v3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 9, 2022
1 parent f4bc558 commit 0bad70a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Beta CI

on:
schedule:
- cron: '*/20 * * * *'
- cron: "*/20 * * * *"

env:
REGISTRIES: ghcr.io,docker.io,quay.io
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
beta-buster-slim
beta-slim
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Check upstream version changed
id: upstream
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly CI

on:
schedule:
- cron: '*/10 * * * *'
- cron: "*/10 * * * *"

env:
REGISTRIES: ghcr.io,docker.io,quay.io
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
nightly-bullseye-slim-<ver>
nightly-bullseye-slim
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Check upstream manifests changed
id: upstream
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# On GitHub Container Registry README is automatically updated
# on beta images pushes.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Stable CI

on:
schedule:
- cron: '*/10 * * * *'
- cron: "*/10 * * * *"

env:
REGISTRIES: ghcr.io,docker.io,quay.io
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
slim-buster
slim
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Check upstream manifests changed
id: upstream
Expand Down

0 comments on commit 0bad70a

Please sign in to comment.