Skip to content

Commit e7f8756

Browse files
authored
chore: bump container retention policy action (#2795)
1 parent 67573c0 commit e7f8756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Run container retention policy
139139
if: ${{ github.event_name != 'pull_request' }}
140140
# TODO: Use `v3` when available
141-
uses: snok/container-retention-policy@v3.0.1
141+
uses: snok/container-retention-policy@v3.1.0
142142
with:
143143
account: ApeWorX
144144
token: ${{ secrets.GITHUB_TOKEN }}
@@ -264,7 +264,7 @@ jobs:
264264

265265
- name: Run container retention policy
266266
# TODO: Use `v3` when available
267-
uses: snok/container-retention-policy@v3.0.1
267+
uses: snok/container-retention-policy@v3.1.0
268268
with:
269269
account: ApeWorX
270270
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)